mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 11:28:27 +01:00
use correct #include in Win32
This commit is contained in:
parent
150a309175
commit
112aa845f4
2 changed files with 13 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
#include "../ClientContext.h"
|
#include "ClientContext.h"
|
||||||
#include "../Config.h"
|
#include "Config.h"
|
||||||
#include "../NetDb.h"
|
#include "NetDb.h"
|
||||||
#include "../RouterContext.h"
|
#include "RouterContext.h"
|
||||||
#include "../Transports.h"
|
#include "Transports.h"
|
||||||
#include "../Tunnel.h"
|
#include "Tunnel.h"
|
||||||
#include "../version.h"
|
#include "version.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include "Win32App.h"
|
#include "Win32App.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include "../Daemon.h"
|
#include "Daemon.h"
|
||||||
#include "../Log.h"
|
#include "Log.h"
|
||||||
|
|
||||||
I2PService *I2PService::s_service = NULL;
|
I2PService *I2PService::s_service = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue