|
|
1.1 ! root 1: #define IDM_ABOUT 100 ! 2: ! 3: typedef POINTS MPOINT; ! 4: #define MPOINT2POINT(mpt,pt) ((pt).x = (mpt).x, (pt).y = (mpt).y) ! 5: #define POINT2MPOINT(pt, mpt) ((mpt).x = (SHORT)(pt).x, (mpt).y = (SHORT)(pt).y) ! 6: ! 7: BOOL InitApplication(HANDLE); ! 8: BOOL InitInstance(HANDLE, INT); ! 9: LONG APIENTRY MainWndProc(HWND, UINT, UINT, LONG); ! 10: BOOL APIENTRY About(HWND, UINT, UINT, LONG); ! 11: INT sieve(VOID);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.