windows-no-more-afsdifs-20080319
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Mar 2008 15:34:48 +0000 (15:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Mar 2008 15:34:48 +0000 (15:34 +0000)
LICENSE MIT

do not include a header that no longer exists

src/WINNT/afsd/afsd.c
src/WINNT/afsd/afsd_service.c
src/WINNT/afsd/rawops.c

index b77a9d8..f296c24 100644 (file)
@@ -25,8 +25,6 @@
 #include <crtdbg.h>
 #endif
 
-#include "afsdifs.h"
-
 HANDLE main_inst;
 HWND main_wnd;
 char main_statusText[100];
index 11583fd..2fe5344 100644 (file)
@@ -23,7 +23,6 @@
 #ifdef _DEBUG
 #include <crtdbg.h>
 #endif
-#include "afsdifs.h"
 
 //#define REGISTER_POWER_NOTIFICATIONS 1
 #include "afsd_flushvol.h"
index 03a48e3..849a7af 100644 (file)
@@ -10,8 +10,6 @@
 #include <osi.h>
 #include "afsd.h"
 
-#include "afsdifs.h"
-
 #define CM_BUF_SIZE            4096
 long buf_bufferSize = CM_BUF_SIZE;