Module: wine Branch: master Commit: 5bdb725f15ddf26a74894bb6cbdc42d1aecf5b6f URL: http://source.winehq.org/git/wine.git/?a=commit;h=5bdb725f15ddf26a74894bb6cb...
Author: Francois Gouget fgouget@free.fr Date: Fri Feb 9 12:22:13 2007 +0100
ntdsapi: Add a commented-out #include directive as a reminder.
---
include/ntdsapi.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/ntdsapi.h b/include/ntdsapi.h index 6546cf6..23f1493 100644 --- a/include/ntdsapi.h +++ b/include/ntdsapi.h @@ -19,6 +19,8 @@ #ifndef __WINE_NTDSAPI_H #define __WINE_NTDSAPI_H
+/* FIXME: #include <schedule.h> */ + #ifdef __cplusplus extern "C" { #endif