Include objbase.h where need to get the DllRegisterServer prototype.

This commit is contained in:
Alexandre Julliard 2007-11-06 14:39:16 +01:00
parent 0590fe2ecf
commit 97675b1365
4 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "winnt.h"
#include "winnls.h"
#include "wininet.h"
#include "objbase.h"
#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
#include "wincrypt.h"

View File

@ -20,6 +20,7 @@
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);

View File

@ -22,6 +22,7 @@
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "winhttp.h"
#include "wine/debug.h"

View File

@ -26,6 +26,7 @@
#include "winuser.h"
#include "winreg.h"
#include "winnls.h"
#include "objbase.h"
#include "guiddef.h"
#include "wintrust.h"