Changeset 221 for branches/samba-3.3.x/source/include/includes.h
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/includes.h
r206 r221 471 471 #define SMB_BIG_INT long long 472 472 #define SBIG_UINT(p, ofs, v) (SIVAL(p,ofs,(v)&0xFFFFFFFF), SIVAL(p,(ofs)+4,(v)>>32)) 473 #define BIG_UINT(p, ofs) ((((SMB_BIG_UINT) IVAL(p,(ofs)+4))<<32)|IVAL(p,ofs)) 473 474 #else 474 475 #define SMB_BIG_UINT unsigned long 475 476 #define SMB_BIG_INT long 476 477 #define SBIG_UINT(p, ofs, v) (SIVAL(p,ofs,v),SIVAL(p,(ofs)+4,0)) 478 #define BIG_UINT(p, ofs) (IVAL(p,ofs)) 477 479 #endif 478 480 … … 791 793 #include "librpc/gen_ndr/srv_winreg.h" 792 794 #include "librpc/gen_ndr/srv_initshutdown.h" 795 #include "librpc/gen_ndr/srv_netlogon.h" 796 #include "librpc/gen_ndr/srv_samr.h" 797 #include "librpc/gen_ndr/srv_wkssvc.h" 798 #include "librpc/gen_ndr/srv_srvsvc.h" 799 #include "librpc/gen_ndr/srv_ntsvcs.h" 800 #include "librpc/gen_ndr/srv_dssetup.h" 801 #include "librpc/gen_ndr/srv_dfs.h" 793 802 794 803 /***** automatically generated prototypes *****/
Note:
See TracChangeset
for help on using the changeset viewer.