lobqguids.cpp 387 B

12345678910111213141516171819
  1. /*-------------------------------------------------------------------------
  2. LobQGuids.cpp
  3. Guids for LobQueries
  4. Owner:
  5. Copyright 1986-2000 Microsoft Corporation, All Rights Reserved
  6. *-----------------------------------------------------------------------*/
  7. #include "pch.h"
  8. #define SQLGUID(X) GUID X::s_guid = GUID_NULL;
  9. #ifdef USEAUTH
  10. SQLGUID(CQLobbyLogon)
  11. #endif