source:
dev/icon_res/icon_res.cpp@
87
Last change on this file since 87 was 82, checked in by , 18 years ago | |
---|---|
File size: 274 bytes |
Rev | Line | |
---|---|---|
[82] | 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.