source: dev/icon_res/icon_res.cpp@ 82

Last change on this file since 82 was 82, checked in by dai_9181, 17 years ago
File size: 274 bytes
Line 
1// icon_res.cpp : DLL アプリケーション用のエントリ ポイントを定義します。
2//
3
4#include "stdafx.h"
5
6BOOL APIENTRY DllMain( HANDLE hModule,
7 DWORD ul_reason_for_call,
8 LPVOID lpReserved
9 )
10{
11 return TRUE;
12}
13
Note: See TracBrowser for help on using the repository browser.