Parent Directory
|
Revision Log
|
Patch
revision 192 by twoaday, Sat Apr 1 12:36:22 2006 UTC | revision 195 by twoaday, Mon Apr 3 17:10:47 2006 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | #ifndef WPT_W32_API_H | #ifndef WPT_W32_API_H |
22 | #define WPT_W32_API_H | #define WPT_W32_API_H |
23 | ||
24 | /* Macros to change the cursor */ | |
25 | #define op_begin() SetCursor (LoadCursor (NULL, IDC_WAIT)) | |
26 | #define op_end() SetCursor (LoadCursor (NULL, IDC_ARROW)) | |
27 | ||
28 | #include "wptCrypto.h" | #include "wptCrypto.h" |
29 | #include "wptUtil.h" | #include "wptUtil.h" |
30 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |