Changeset 978 for trunk/server/source3/nmbd/nmbd.c
- Timestamp:
- Sep 2, 2016, 11:44:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/nmbd/nmbd.c
r952 r978 19 19 along with this program. If not, see <http://www.gnu.org/licenses/>. 20 20 */ 21 #ifdef __OS2__22 #define INCL_DOSEXCEPTIONS23 #define INCL_DOSPROCESS24 #define INCL_DOSMODULEMGR25 #define INCL_LOADEXCEPTQ26 #define INCL_FORKEXCEPTQ27 #include "os2.h"28 #include "exceptq.h"29 #undef FILE_CREATE30 #undef FILE_OPEN31 #endif32 21 33 22 #include "includes.h" … … 788 777 NTSTATUS status; 789 778 790 #ifdef __OS2__791 EXCEPTIONREGISTRATIONRECORD ExRegRec;792 LoadExceptq(&ExRegRec, NULL, NULL);793 #endif794 795 779 /* 796 780 * Do this before any other talloc operation … … 1052 1036 kill_async_dns_child(); 1053 1037 1054 #ifdef __OS2__1055 UninstallExceptq(&ExRegRec);1056 #endif1057 1038 return(0); 1058 1039 }
Note:
See TracChangeset
for help on using the changeset viewer.