mirror of https://github.com/BOINC/boinc.git
parent
b29f920999
commit
0e282a4aa6
|
@ -18,12 +18,13 @@
|
|||
#include "boinc_win.h"
|
||||
#include "diagnostics.h"
|
||||
#include "error_numbers.h"
|
||||
#include "str_util.h"
|
||||
#include "url.h"
|
||||
#include "util.h"
|
||||
#include "win_util.h"
|
||||
#include "prefs.h"
|
||||
#include "filesys.h"
|
||||
#include "network.h"
|
||||
|
||||
#include "client_state.h"
|
||||
#include "log_flags.h"
|
||||
#include "client_msgs.h"
|
||||
|
|
|
@ -25,8 +25,9 @@
|
|||
#include "mfile.h"
|
||||
#include "miofile.h"
|
||||
#include "parse.h"
|
||||
#include "str_util.h"
|
||||
#include "url.h"
|
||||
#include "error_numbers.h"
|
||||
|
||||
#include "wizardex.h"
|
||||
#include "error_numbers.h"
|
||||
#include "BOINCGUIApp.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "stdwx.h"
|
||||
#include "ValidateURL.h"
|
||||
#include "BOINCGUIApp.h"
|
||||
#include "str_util.h"
|
||||
#include "url.h"
|
||||
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(CValidateURL, wxValidator)
|
||||
|
|
|
@ -1375,6 +1375,10 @@
|
|||
RelativePath="..\lib\str_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\url.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\util.cpp"
|
||||
>
|
||||
|
|
|
@ -718,6 +718,10 @@
|
|||
RelativePath="..\lib\str_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\url.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\util.h"
|
||||
>
|
||||
|
@ -1362,6 +1366,10 @@
|
|||
RelativePath="..\lib\str_util.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\url.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\util.cpp"
|
||||
>
|
||||
|
|
|
@ -1226,6 +1226,10 @@
|
|||
RelativePath="..\lib\str_util.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\url.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\util.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue