coolsblib.h 185 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #ifndef _SUPERSCROLL_INCLUDED
  2. #define _SUPERSCROLL_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C"{
  5. #endif
  6. #include <windows.h>
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif