Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
676 B

  1. /*
  2. * PRECOMP.C
  3. *
  4. * This file is used to precompile the OLE2UI.H header file
  5. *
  6. * Copyright (c)1992 Microsoft Corporation, All Right Reserved
  7. */
  8. #define STRICT 1
  9. #include "ole2ui.h"
  10. // This dummy function is needed in order for the static link version
  11. // of this library to work correctly. When we include PRECOMP.OBJ
  12. // in our library (.LIB file), it will only get linked into our
  13. // application IFF at least one function in precomp.c is called from
  14. // either our EXE or LIB. Therefore, we will use a function
  15. // here called OleUIStaticLibDummy(). You need to call it from
  16. // your application.
  17. void FAR PASCAL OleUIStaticLibDummy(void)
  18. {
  19. }