Exemple #1
0
    def stdcall_calling_convention(self, value):
        """
		Sets the stdcall calling convention
		"""
        core.BNRegisterPlatformStdcallCallingConvention(
            self.handle, value.handle)
	def stdcall_calling_convention(self, value):
		core.BNRegisterPlatformStdcallCallingConvention(self.handle, value.handle)