Changeset 978 for trunk/server/source3/winbindd/winbindd.c
- Timestamp:
- Sep 2, 2016, 11:44:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/winbindd/winbindd.c
r945 r978 22 22 along with this program. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 #ifdef __OS2__25 #define INCL_DOSEXCEPTIONS26 #define INCL_DOSPROCESS27 #define INCL_DOSMODULEMGR28 #define INCL_LOADEXCEPTQ29 #define INCL_FORKEXCEPTQ30 #include "os2.h"31 #include "exceptq.h"32 #undef FILE_CREATE33 #undef FILE_OPEN34 #endif35 24 36 25 #include "includes.h" … … 1257 1246 NTSTATUS status; 1258 1247 1259 #ifdef __OS2__1260 EXCEPTIONREGISTRATIONRECORD ExRegRec;1261 LoadExceptq(&ExRegRec, NULL, NULL);1262 #endif1263 1248 /* 1264 1249 * Do this before any other talloc operation … … 1487 1472 } 1488 1473 1489 #ifdef __OS2__1490 UninstallExceptq(&ExRegRec);1491 #endif1492 1474 return 0; 1493 1475 }
Note:
See TracChangeset
for help on using the changeset viewer.