OSDN Git Service

規定のブラウザとのクッキー共有機能実装
[nlite/nlite.git] / nlite / nlite_include.h
index 5f61818..7eed2e3 100644 (file)
@@ -5,30 +5,33 @@
 #include <qwerty\windebuger.h>
 #include <nlib.h>
 #include <nlib_define.h>
-#include <vcmpool.h>
+#include <speaker.h>
 #include "resource.h"
 
-#include "nlite_define.h"
 
+
+#include "nlite.h"
+#include "nlite_common.h"
+#include "nlite_string.h"
 #include "nlite_exception.h"
 #include "nlite_commentWrite.h"
 #include "nlite_nlib.h"
-
-#include "nlite_common.h"
-#include "nlite_listviewex.h"
+#include "nlite_chatData.h"
+#include "nlite_property.h"
+#include "nlite_viewerPropertyWindow.h"
 #include "nlite_commentview.h"
 #include "nlite_appinfo.h"
-#include "nlite.h"
-#include "nlite_mailframe.h"
+#include "nlite_propertyWindow.h"
+#include "nlite_mainframe.h"
 
 
 
-#pragma comment(lib, "memorypool.lib")
-
-#ifndef NDEBUG
+#ifdef USE_STUB
 
 #pragma comment(lib,"nlite_stub.lib")
 
 #else
 
+#pragma comment(lib,"nlib.lib")
+
 #endif
\ No newline at end of file