Changeset 780 in dev for branches/egtra/ab5.0
- Timestamp:
- Jan 27, 2011, 12:33:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/abdev/abdev.cpp
r773 r780 2 2 3 3 #include "abdev.h" 4 5 #if _ATL_VER == 0x0800 6 #pragma comment(lib, "atlthunk.lib") 7 #endif 4 8 5 9 #ifdef _DEBUG … … 1489 1493 return RegisterClassEx(&wcl); 1490 1494 } 1495 1496 #ifndef AB_TEST 1497 1491 1498 int PASCAL WinMain(HINSTANCE hThisInst,HINSTANCE,LPSTR lpCmdLine,int ShowCmd){ 1492 1499 #ifdef _DEBUG … … 1644 1651 return static_cast<int>(msg.wParam); 1645 1652 } 1653 1654 #endif
Note:
See TracChangeset
for help on using the changeset viewer.