NGLayout only. Setting the default dirs for NS_NET_FILE to be rooted in the current working directory rather than hardcoded.
git-svn-id: svn://10.0.0.236/trunk@10855 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include "direct.h"
|
||||
#include <time.h>
|
||||
|
||||
char USER_DIR[_MAX_PATH];
|
||||
char CACHE_DIR[_MAX_PATH];
|
||||
char DEF_DIR[_MAX_PATH];
|
||||
|
||||
static NS_DEFINE_IID(kINetFileIID, NS_INETFILE_IID);
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsNetFile, kINetFileIID);
|
||||
|
||||
Reference in New Issue
Block a user