Skip to content
Snippets Groups Projects
Commit e9efb2fb authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

They all need no cryptlib it seems

parent 4da1467d
Branches
Tags
1 merge request!455Update branch with changes from master
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
#include <unistd.h> #include <unistd.h>
#undef JAVASCRIPT #undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h" #include "sbbs.h"
#define USE_CRYPTLIB
#include "chatfuncs.h" #include "chatfuncs.h"
#define PCHAT_LEN 1000 #define PCHAT_LEN 1000
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
#undef JAVASCRIPT #undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h" #include "sbbs.h"
#define USE_CRYPTLIB
#include "chatfuncs.h" #include "chatfuncs.h"
#include "interface.h" #include "interface.h"
......
#include <gtk/gtk.h> #include <gtk/gtk.h>
#undef JAVASCRIPT #undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h" #include "sbbs.h"
#define USE_CRYPTLIB
#include "dirwrap.h" #include "dirwrap.h"
#include "xpbeep.h" #include "xpbeep.h"
#include "datewrap.h" #include "datewrap.h"
......
#include <gtk/gtk.h> #include <gtk/gtk.h>
#undef JAVASCRIPT #undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h" #include "sbbs.h"
#define USE_CRYPTLIB
#include "dirwrap.h" #include "dirwrap.h"
#include "events.h" #include "events.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment