6 Aug
2007
6 Aug
'07
1:03 p.m.
Module: wine Branch: master Commit: 3b48ea2d6a3fb994aadbdd4693c4c43851298b62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b48ea2d6a3fb994aadbdd4693... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Aug 4 03:23:39 2007 +0200 advapi32: We have cfgmgr32.h now. --- include/advpub.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/advpub.h b/include/advpub.h index e144d66..c31df33 100644 --- a/include/advpub.h +++ b/include/advpub.h @@ -19,7 +19,7 @@ #define __WINE_ADVPUB_H #include <setupapi.h> -/* FIXME: #include <cfgmgr32.h> */ +#include <cfgmgr32.h> #ifdef __cplusplus extern "C" {