source:
dev/trunk/abdev/icon_res/icon_res.cpp@
251
Last change on this file since 251 was 82, checked in by , 18 years ago | |
---|---|
File size: 274 bytes |
Line | |
---|---|
1 | // icon_res.cpp : DLL アプリケーション用のエントリ ポイントを定義します。 |
2 | // |
3 | |
4 | #include "stdafx.h" |
5 | |
6 | BOOL 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.