#include "time.h"
#include "rpc.h"
-#include "cci_stream.h"
+#include "k5-ipc_stream.h"
#define UUID_SIZE 128
$(OUTPRE)ccapi_credentials.obj \\r
$(OUTPRE)ccapi_credentials_iterator.obj \\r
$(OUTPRE)ccapi_ipc.obj \\r
+ $(OUTPRE)ccapi_err.obj \\r
$(OUTPRE)ccapi_os_ipc.obj \\r
$(OUTPRE)ccapi_string.obj \\r
$(OUTPRE)ccapi_v2.obj \\r
$(OUTPRE)cci_message.obj \\r
$(OUTPRE)cci_os_debugging.obj \\r
$(OUTPRE)cci_os_identifier.obj \\r
- $(OUTPRE)cci_stream.obj \\r
$(OUTPRE)ccs_reply_proc.obj \\r
$(OUTPRE)ccs_reply_s.obj \\r
$(OUTPRE)ccs_request_c.obj \\r
\r
##### Linker\r
LINK = link\r
-LIBS = kernel32.lib ws2_32.lib user32.lib advapi32.lib\r
+LIBS = ..\$(CLIB) ..\$(SLIB) kernel32.lib ws2_32.lib user32.lib advapi32.lib\r
LFLAGS = /nologo $(LOPTS)\r
\r
all:: Makefile copysrc midl $(OUTPRE)ccapi.dll finish\r
$(OUTPRE)cci_message.$(OBJEXT) \\r
$(OUTPRE)cci_os_debugging.$(OBJEXT) \\r
$(OUTPRE)cci_os_identifier.$(OBJEXT) \\r
- $(OUTPRE)cci_stream.$(OBJEXT) \\r
$(OUTPRE)ccs_array.$(OBJEXT) \\r
$(OUTPRE)ccs_cache_collection.$(OBJEXT) \\r
$(OUTPRE)ccs_callback.$(OBJEXT) \\r
\r
##### Linker\r
LINK = link\r
-LIBS = rpcrt4.lib advapi32.lib ws2_32.lib user32.lib\r
+LIBS = ..\$(SLIB) rpcrt4.lib advapi32.lib ws2_32.lib user32.lib\r
LFLAGS = /nologo $(LOPTS)\r
\r
\r
#define _work_queue_h
#include "windows.h"
-#include "cci_stream.h"
#include "ccs_pipe.h"
EXTERN_C BOOL worklist_isEmpty();
k5_ipc_stream* stream,
time_t* serverStartTime);
-#endif // _work_queue_h
\ No newline at end of file
+#endif // _work_queue_h
\r
extern "C" {\r
#include "ccs_common.h"\r
+#include "ccs_os_notify.h"\r
#include "ccs_os_server.h"\r
-#include <syslog.h>\r
#include "ccs_reply.h"\r
#include "ccs_request.h"\r
#include "win-utils.h"\r
#include "ccutils.h"\r
-#include "cci_stream.h"\r
}\r
\r
#include "WorkQueue.h"\r
extern "C" void __RPC_USER midl_user_free(void __RPC_FAR * ptr) {\r
free(ptr);\r
}\r
+\r
+/* stubs */\r
+extern "C" cc_int32\r
+ccs_os_notify_cache_collection_changed (ccs_cache_collection_t cc)\r
+{\r
+ return 0;\r
+}\r
+\r
+extern "C" cc_int32\r
+ccs_os_notify_ccache_changed (ccs_cache_collection_t cc, const char *name)\r
+{\r
+ return 0;\r
+}\r
#include "windows.h"
extern "C" {
- #include "cci_stream.h"
#include "ccs_pipe.h"
}
bool isEmpty() {return wl.empty();}
};
-#endif // __WorkItem
\ No newline at end of file
+#endif // __WorkItem